-
Notifications
You must be signed in to change notification settings - Fork 11
Feature/interface signaller UI #1076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Feature/interface signaller UI #1076
Conversation
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, my review as far as I've gotten today.
...hared/simulation-event-based-report-editor/simulation-event-based-report-editor.component.ts
Outdated
Show resolved
Hide resolved
...exercises/exercise/shared/simulation/signaller-modal/details-modal/eoc-information/README.md
Outdated
Show resolved
Hide resolved
...dal/details-modal/signaller-modal-details-modal/signaller-modal-details-modal.component.html
Show resolved
Hide resolved
...l/signaller-modal-recurring-report-modal/signaller-modal-recurring-report-modal.component.ts
Outdated
Show resolved
Hide resolved
requiredBehaviors: ['transferBehavior'], | ||
errorMessage: 'Dieser Bereich kann keine Fahrzeuge bereitstellen', | ||
}, | ||
// TODO: Radio channels |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO for this PR?
...signaller-modal/signaller-modal-region-commands/signaller-modal-region-commands.component.ts
Show resolved
Hide resolved
...ler-modal/signaller-modal-region-information/signaller-modal-region-information.component.ts
Show resolved
Hide resolved
errorMessage: 'Dieser Bereich behandelt keine Patienten', | ||
loading$: new BehaviorSubject<boolean>(false), | ||
}, | ||
// TODO: Location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO for this PR? Also for the two TODO
s below.
...ation/signaller-modal/signaller-modal-interactions/signaller-modal-interactions.component.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Clemens <[email protected]> Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
Signed-off-by: Lukas Radermacher <[email protected]>
// Otherwise, it might become 0 in between, if the first action is handled faster than the second one is proposed | ||
// loadingCount has to be fully increased before actually proposing the first action. Otherwise, it could become 0 in between. | ||
// Hence, all actions to be proposed are collected here and proposed in the end. | ||
// const actionProposers: (() => void)[] = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line, it seems to be a leftover from before importing ExerciseAction
.
...hared/simulation-event-based-report-editor/simulation-event-based-report-editor.component.ts
Outdated
Show resolved
Hide resolved
...art-transfer-of-category-modal/signaller-modal-start-transfer-of-category-modal.component.ts
Outdated
Show resolved
Hide resolved
) | ||
.map(([id, transferPoint]) => ({ | ||
key: id, | ||
name: TransferPoint.getFullName(transferPoint), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would opt for the second option: Returning the internal name only if the transfer point is not in a simulated region. If it is the parenthesis are causing more confusion than relaxing the trainers in the thought of "This is a transfer point, so it has an internal name.", as you're never able to see the transfer point itself, as far as I know.
This PR adds a new modal that allows interface signallers to interact with the software
PR Checklist
Please make sure to fulfil the following conditions before marking this PR ready for review:
own code or code licensed under a license compatible to AGPL v3.0 or later, for exceptions look into LICENSE-README.md) and
hereby license the code in this Pull Request under it.
I certify that by signing off my commits (see In case of using third party code, I have given appropriate credit.
We are using DCO for that, see here for more information.